html, body { min-width: 1500px;}

html,div,p,body,h3{
    margin:0px;
    }
h1{
	text-align: center;
	/*line-height: 100px;*/
}
a{
	text-decoration: none;
}
   .head1{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    height: 40px;
    width: auto;
   }
   .head1>img{
    width: 15px;
    height: 13px;
   }
   .head1>p{
    color: #f3f3f3;
   }
   .head1>h3{
       display: inline-block;
       text-align: left;
       font-size: 4px;
       line-height: 40px;
       padding: 0 56% 0 5%;
   }
   .head1>p{
   display: inline;
   text-align: right;font-size: 4px;
   padding: 0 1%;
   }
   .nav{
       width: auto;
       height: 90px;
       background-color: antiquewhite;
   }
   .nav>div{
       width: 90px;
       margin: 35px 0;
       display: inline-block;
       font-size: 8px;
       text-align: center;
   }
   .nav>div>a>p{
    margin: 0 23%;
}
.nav>div>a>p:hover{
    border-bottom: 2px solid blue ;
}
.banner{
    background-color: black;
    height: 400px;
}
.imgs{
    width: 250px;
    height: 250px;
    margin-top: 3%;
    margin-left: 5%;
}
img{
    width: 100%;
    height: 100%;
}
#one{
    height: 30px;
    padding-left: 5%;
    font-size: 20px;
}
.box_left{
    float: left;
    border: 1px solid black;
    height: 800px;
    width: 27%;
    margin-top: 1px;
    margin-left: 1%;
    position: relative;
}
#time{
    height: 180px;
    width: 90%;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
#time>p{
    font-size: 30px;
    text-align: center;
    color: #f3f3f3;
    
}
#time>p>span,span.time{
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

#big_img {
    display: none;
    background: #FFF0F5;
    position: absolute;
    top: 120%;
    left: 60%;
    transform: translate(-50%, -50%);
    -moz-box-shadow: 10px 10px 50px #909090;
    -webkit-box-shadow: 10px 10px 50px #909090;
    box-shadow: 10px 10px 50px #909090;
    border-radius: 5px;
}
.box_right{
    float: right;
    border: 1px solid #f3f3f3;
    height: 980px;
    width: 70%;
}
.context{
    height: 300px;
    width: 30%;
    border: 1px solid #f3f3f3;
    float: left;
    margin: 1%;
}
p,span{
    line-height: 20px;
    font-size: 12px;
    margin-left: 20px;
    color: black;
}
#time>p{
    line-height: 80px;
}
footer{
    background-color: rgb(0, 0, 0);
    height: 300px;
    clear: right;
}
footer>div{
    width: 23%;
    text-align: center;
    margin: 0px 5%;
    float: left;
    color: white;
}
.nav>img{
    width: 122px;
    padding: 2% 33% 0 3%;
    float: left;
    height: auto;
}
footer>div>p{
    font-size: 10px;
    color: rgb(255, 255, 255);
}
footer>div:nth-of-type(1){
    display: inline-block;
}
footer>div>a:nth-of-type(odd){
    float: left;
    font-size: 10px;
    color: aliceblue;
}
footer>div>img{
    width: 20px;
}
footer>div>a:nth-of-type(even){
    float: right;
    font-size: 10px;
    color: aliceblue;
}
footer>div:nth-of-type(1){
    display: inline-block;
}
.foot{
    height: 37px;
    width: 100%;
    background-color: rgb(79, 79, 76);
    line-height: 33px;
    padding: 0;
    margin: 20px 0
}